﻿* {
    margin: 0;
    padding: 0;
    border: 0px;
}

a {
    text-decoration: none;
}

h3, p {
    margin: 0;
    font-weight: normal;
}

html,body {
    background: url("../map/bjing0.jpg") no-repeat center 0;
    background-size: 100% 750px;
    min-width:1200px;
}

.clear {
    clear: both;
}

.headbox {
    width: 100%;
    height: auto;
    /*background-color: red;*/
    z-index: 100;
    position: relative;
}

.logobox {
    width: 1200px;
    height: 120px;
    margin: 0px auto;
    /*background-color: white;*/
}

.logobox .logo {
    width: 577px;
    height: 102px;
    margin-top: 13px;
    margin-left: 10px;
    float: left;
}

.logobox .soubox {
    width: 314px;
    height: 32px;
    float: right;
    margin-top: 50px;
    position: relative;
}
.soubox .textCss {
    width: 230px;
    height: 35px;
    color: #919191;
    padding: 5px;
    border: #dbdbdb 1px solid;
}
.soubox .submitCss {
    width: 65px;
    height: 37px;
    background-color: #00548C;
    border: 0px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: -1px;
}

.headbox .navbox {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 84, 140, 0.96);
    margin-top: 5px;
}

.navbox ul {
    width: 1200px;
    height: 40px;
    list-style: none;
    margin: 0 auto;
    /*background-color: white;*/
}

.navbox ul li {
    width: 149px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    /*border: 1px solid #ffffff;*/
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}


#rightbor {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    width: 148px;
}

.navbox ul li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.navbox ul li:hover {
    background-color: #0081b8;

}

.navbox ul li:hover a{
    color: #FFFF00;
}

.navbox ul li:hover ul{
    display: block;
}

.navbox ul li ul{
    list-style: none;
    display: none;
}

.navbox ul li ul li{

    border-right: 0;
    border-bottom: 1px solid #FFFFFF;
    clear: both;
    background-color: #0081b8;


}

.navbox ul li ul li:hover a{
    color: #FFFFFF;
}


.headbox .ggbox1 {
    width: 1200px;
    margin: 0 auto;
    /*background-color: red;*/
    height: 587px;
    background-image: url("../map/ggzt.png");
}


.context {
    width: 100%;
    height: auto;
    /*background-color: #f5f807;*/
    margin: 30px 0;
}

.box1200 {
    width: 1200px;
    height: auto;
    margin: auto;
}

.context .contextB {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #ffffff;
    padding: 20px 0;
}

.context .contextH {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #f6f6f6;
    padding: 20px 0;
}

.context .btbox1 {
    width: 100%;
    height: 100px;
    font-size: 28px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    margin-bottom: 30px;
}

.btup1{
    background-image: url("../map/bttp1.png");
}

.btup2{
    background-image: url("../map/bttp2.png");
}

.btup3{
    background-image: url("../map/bttp3.png");
}

.btup4{
    background-image: url("../map/bttp4.png");
}

.btup5{
    background-image: url("../map/bttp5.png");
}

.btup6{
    background-image: url("../map/bttp6.png");
}


.context .text1 {
    width: 100%;
    height: 360px;
    margin-bottom: 50px;

    /*background-color: red;*/
}

.text1 ul {
    list-style: none;
}

.text1 ul li {
    width: 202px;
    height: 360px;
    box-shadow: 3px 2px 30px rgba(0, 0, 0, .1);
    float: left;
    text-align: center;
    position: relative;
    transition: all .6s ease-out;
}

.text1 ul li img {
    margin-top: 30px;
}

.text1 ul li h3 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

.text1 ul li p {
    margin-top: 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 150%;
}

.text1 ul li:nth-child(1) {
    background-color: #E8C20F;
}

.text1 ul li:nth-child(2) {
    background-color: #FC6262;
}

.text1 ul li:nth-child(3) {
    background-color: #27A258;
}

.text1 ul li:nth-child(4) {
    background-color: #AF3CA0;
}

.text1 ul li:nth-child(5) {
    background-color: #FA9C15;
}

.text1 ul .on {
    width: 390px;
}

.context .text2 {
    width: 100%;
    height: 370px;
    padding-bottom: 40px;
}

.context .text2 ul {
    list-style: none;
    margin-bottom: 30px;
}

.context .text2 ul li {
    width: 286px;
    height: 370px;
    background-color: #ffffff;
    /*border: 1px solid #d0d0d0;*/
    position: relative;
    float: left;
    margin-right: 15px;
    transition: all .3s ease-out;

}

.context .text2 ul li img {
    position: absolute;
    top: 70px;
    left: 100px;
}

.context .text2 ul li h3 {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 300px;
    color: #535353;
    transition: all .6s ease-out;
}

.context .text2 ul li em {
    position: absolute;
    width: 100%;
    height: 145px;
    bottom: 0;
    background-color: #ffffff;
    transition: all .6s ease-out;
}

.context .text2 ul li:hover {
    margin-top: -3px;
}

.context .text2 ul li:hover em {
    background-color: #FC6262;
}

.context .text2 ul li:hover h3 {
    color: #ffffff;
}

.context .text3 {
    width: 100%;
    height: auto;
    /*padding-bottom: 40px;*/
}

.context .text3 ul {
    list-style: none;
    margin-top: 50px;
    /*background-color: #FC6262;*/
}

.context .text3 ul li {
    width: 140px;
    height: 90px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;

    /*background-color: #FC6262;*/
}

.context .text3 ul li img {
    width: 140px;
    height: 90px;
    transition: all .2s ease-out;
}

.context .text3 ul li:hover img {
    margin-top: -5px;
}

.context .text4 {
    width: 100%;
    height: 500px;
    text-align: center;

}

.context .text4 p {
    width: 1100px;
    margin: auto;
    font-size: 19px;
    text-indent: 2em;
    line-height: 160%;
    text-align: left;
    transition: all .2s ease-out;
    font-weight: bold;
    color: #999999;
}

.context .text4 img {
    width: 917px;
    height: 260px;
    margin: 30px 0;
    transition: all .2s ease-out;
}

.context .text4:hover img{
    width: 950px;
    height: 270px;
}

.gywm{
    background: url("../map/gywm.jpg") no-repeat center 0;
    background-size: 100%;

}

.context .text4:hover p{
    color: #fc0400;
}

.more1 {
    display: block;
    width: 160px;
    height: 50px;
    background-color: #FC6262;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    margin: auto;
    text-align: center;
}

.context .text5 {
    width: 100%;
    height: auto;
    /*background-color: black;*/
}

.context .text5 .text51 {
    width: 100%;
    height: 450px;

}

.text51 .slider_box {
    width: 1200px;
    height: 450px;
    /*background-color: #FC6262;*/
    position: relative;
    overflow: hidden;
}

.text5 ul {
    list-style: none;
}

.silder_intro {
    width: 350px;
    height: 450px;
    float: right;
}

.silder_con {
    height: 450px;
    overflow: hidden;
    position: absolute;
}

.time1 {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-bottom: #cfcfcf 1px solid;
    color: #535353;
}

.silder_intro p {
    text-indent: 2em;
    color: #535353;
    font-size: 18px;
    margin-top: 30px;
}

.silder_panel {
    width: 1200px;
    height: 450px;
    float: left;
    position: relative;
    /*background-color: #FC6262;*/
    overflow: hidden;
}

.silder_intro a {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.slider_box a.prev, .slider_box a.next {
    display: block;
    width: 45px;
    height: 100px;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    cursor: pointer;
    margin: 130px 0 0 0;
    background: url(../map/silder_btn.gif) no-repeat;
}

.slider_box a.prev {
    left: 0;
    background-position: left 0;
}

.slider_box a.next {
    right: 0;
    background-position: right 0;
}

.lianj{
    width: 1200px;
    height: 210px;
    margin: 0 auto;
}

.lianj span{
    font-size: 18px;
    font-weight: bold;

}

.lianj ul{
    list-style: none;
    margin-top: 20px;
}

    .lianj ul li {
        float: left;
        margin-right: 3px;
        /*border-radius: 10px;*/
        /*border: 1px #cfcfcf solid;*/
        padding: 0px 10px;
        /*margin-left: 2px;*/
        margin-bottom: 10px;
        /*transition: all .2s ease-out;*/
        margin-top: 0px;
        border-right: 1px #cfcfcf solid;
    }

        .lianj ul li a {
            color: #535353;
            font-size: 16px;
            /*border-right: 1px #999999 solid;*/
            /*padding-right:4px;*/
            /*background-color:#FC6262;*/
            display:block;
        }

.lianj ul li a:hover {
    color: #FC6262;
       
}


    /*.lianj ul li:hover {
        border: #FC6262 1px solid;
    }*/

.last{
    width: 100%;
    height: 160px;
    background-color:#00548C ;
}

.last .lastNr{
    background-color:#00548C ;
    width: 1200px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.lastNr p{
    color: #FFFFFF;
    margin-bottom: 5px;

}
.lastNr .erWeiMa{
    position: absolute;
    right: 30px;
    top:20px;
}


/*3级页面*/
.context3J{
    width: 1200px;
    height: auto;
    min-height: 600px;
    margin: 30px auto;
}

.context3J .nrlBox{
    width: 280px;
    height:auto;
    background-color: #ffffff;
    float: right;
}

.nrlBox ul{
    list-style: none;
    margin: 15px;
}

.nrlBox ul li{
    font-size: 15px;
    margin-bottom: 5px;
}


.context3J .nrrBox{
    width: 910px;
    height: auto;
    /*background-color: #ffffff;*/
    background-color: rgba(255, 255, 255, 0.96);
    float: left;
}

.nrrBox .longtextBox{
    width: 870px;
    height: auto;
    padding: 20px;
}
.longtextBox .longtextBT{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0px;
}

.longtextBox .lingtextinall{
    text-align: center;
    font-size: 16px;
    color: #999999;
    padding-bottom: 20px;
}

.longtextBox .longtextNR {
    width: 870px;
    height: auto;
    min-height: 370px;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
}

.longtextNR img {
    max-width:865px;
}


.context3J .j3btbox {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 84, 140, 1);
}

.j3btbox a {
    text-decoration:none;
    color:#ffffff;
}

.j3btbox a:hover {
    color:#FC6262;
}

.j3btS {
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 15px;
}

/*2级页面*/

.context2J{
    width: 1200px;
    height: auto;
    min-height: 600px;
    margin: 30px auto;
}

.context2J .nrl2Box{
    width: 280px;
    height:auto;
    float: left;
}

.nrzBox{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.listbox{
    list-style: none;
    padding: 0px;
}
.listbox li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #BDDEFF;
    /*margin-bottom: 15px;*/
    /*background-color: #0081b8;*/
}

.listbox li:hover{
    background-color: #0081b8;
}

.listbox li:hover a{
    color: #ffffff;
}

.listbox li:hover .t1tbiao{
    color: #ffffff;
}

.listbox li a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #1a3649;
}

.t1tbiao{
    color: #505050;
    margin-left: 15px;
    margin-right: 10px;
}

.nrl2Box ul{
    list-style: none;
    padding: 15px;
}

.nrl2Box ul li{
    font-size: 15px;
    margin-bottom: 5px;
}


.context2J .nrr2Box{
    width: 910px;
    height: auto;
    /*background-color: #ffffff;*/
    background-color: rgba(255, 255, 255, 0.96);
    float: right;

}

.j2btbox a {
    text-decoration: none;
    color: #ffffff;
}

    .j2btbox a:hover {
        color: #FC6262;
    }


.nrr2Box ul{
    list-style: none;
    /*min-height:500px;*/
    /*background-color:#FC6262;*/
}

.nrr2Box ul li{
    width: 100%;
    height: 50px;
    border-bottom: 1px #CCCCCC dashed;
    line-height: 50px;
}

.nrr2Box ul li:hover{
    background-color:#B7E2FF ;
}

.nrr2Box ul li a{
    color: black;
    text-decoration: none;
}

.t1tbiao{
    color: #505050;
    margin-left: 15px;
    margin-right: 10px;
}

.heis{
    color: #00548C;
}
.date{
    color: #8b8b8b;
    float: right;
    font-size: 13px;
}
.right10{
    margin-right: 20px;
}
.daohang{
    width: 100%;
    height: 50px;
    /*background-color: #6ce26c;*/
    text-align: center;
    line-height: 50px;
}


.context2J .j2btbox{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 84, 140, 1);
}

.j2btS{
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 15px;
}
.bb{
    font-weight: bold;
    /*font-size: 16px;*/
}


.anNiu1 {
    padding: 10px 20px;
    border: #7f7f7f 1px solid;
    background-color: #004387;
    cursor: pointer;
    margin-right: 10px;
    color: #ffffff;
}

.yeMianDhBox {
    width: 100%;
    height: auto;
    padding: 50px 0px 10px 0px;
    text-align: center;
}

.anNiu {
    margin-top: 15px;
    padding: 10px 20px;
    border: #7f7f7f 1px solid;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 10px;
}

.zscxbox {
    width:100%;
    height:900px;
    background-color:#ffffff;
    text-align:center;
    padding-top:30px;
}


    .zscxbox .textCss1 {
        width: 400px;
        height: 35px;
        color: #919191;
        padding: 5px;
        border: #dbdbdb 1px solid;
    }

    .zscxbox .submitCss1 {
        width: 80px;
        height: 37px;
        background-color: #00548C;
        border: 0px;
        color: #ffffff;
        font-size: 16px;
        cursor: pointer;
    }

    .zscxbox .submitCss2 {
        width: 100%;
        height: 60px;
        line-height:60px;
        background-color: #00548C;
        border: 0px;
        color: #ffffff;
        font-size: 16px;
        font-weight:bold;
        margin-top:15px;
        display:block;
    }